xdoclet.util.predicates
Class PredicateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xdoclet.XDocletException
                    |
                    +--xdoclet.util.predicates.PredicateException
All Implemented Interfaces:
Serializable

public class PredicateException
extends XDocletException

This exception can be thrown by PredicateFactory.

Author:
Aslak Hellesøy
See Also:
PredicateFactory, Serialized Form

Constructor Summary
PredicateException()
           
PredicateException(String message)
           
PredicateException(String message, Throwable cause)
           
PredicateException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PredicateException

public PredicateException()

PredicateException

public PredicateException(String message)

PredicateException

public PredicateException(String message,
                          Throwable cause)

PredicateException

public PredicateException(Throwable cause)


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.